diff options
| author | real-zephex <[email protected]> | 2024-03-29 14:38:23 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-29 14:38:23 +0530 |
| commit | d9a9535ea8f38a1d63a7accd77e7175d5b822284 (patch) | |
| tree | 02680d7deb0f1b811fd00c42df86eabc24aee31d /src/app/manga/[title]/[id]/info.module.css | |
| parent | Update README.md (diff) | |
| download | dramalama-d9a9535ea8f38a1d63a7accd77e7175d5b822284.tar.xz dramalama-d9a9535ea8f38a1d63a7accd77e7175d5b822284.zip | |
fix: manga page now indicates what chapter you are reading
Diffstat (limited to 'src/app/manga/[title]/[id]/info.module.css')
| -rw-r--r-- | src/app/manga/[title]/[id]/info.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index 6108766..5bb13fe 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -133,7 +133,7 @@ } .ChapterContainer button:focus { - opacity: 0.6; + opacity: 0.7; transition: transform 0.2s linear; background-color: var(--pastel-red); transform: scale(0.9); |